/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
    padding-left: 10px;
}

#portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio-flters li {
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 8px 24px;
    font-size: 12px;
    line-height: 20px;
    color: #555;
    border-radius: 0!important;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    /*border: 1px solid #444;*/
}

#portfolio-flters li:hover, #portfolio-flters li.filter-active {
    border-color: #3EC1D5;
    background: #3EC1D5;
    color: #fff;
}

#portfolio-flters li:last-child {
    margin-right: 0;
}

.single-awesome-portfolio {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 25%;
    position: relative;
}

.single-awesome-project {
    overflow: hidden;
    margin: 5px;
    /*margin-bottom: 30px;*/
}

.first-item {
    /*margin-bottom: 30px;*/
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.awesome-img > a {
    display: block;
    position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
    bottom: 0;
}

.awesome-img > a::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.awesome-img img {
    width: 100%;
    height: auto;
}

.add-actions {
    background: rgba(54, 202, 252, 0.8) none repeat scroll 0 0;
    /*background: rgba(9, 147, 215, 0.6) none repeat scroll 0 0;*/
    bottom: 30px;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 14px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.project-dec {
    padding: 0 14px;
    display: block;
    height: 100%;
    width: 100%;
    border: 2px solid #FFFFFF;
}

.project-dec a {
    display: block;
    height: 100%;
    width: 100%;
}


.project-dec h4:hover {
    color: #fff;
}

.project-dec h4 {
    color: #ffffff;
    font-size: 22px;
    margin-top: -45px;
    padding-top: 30%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
}

.project-dec span {
    font-size: 13px;
    color: #FFFFFF;
}

.project-action-btn {
    display: block;
    height: 100%;
    text-align: center;
    transition: all 1s ease 0s;
    width: 100%;
}

.project-action-btn li {
    display: block;
    height: 100%;
    width: 100%;
}

.project-action-btn li a {
    display: block;
    height: 100%;
    width: 100%;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }
}
